3.39 \(\int \frac{(A+B x^2) (b x^2+c x^4)^3}{x^{16}} \, dx\)

Optimal. Leaf size=73 \[ -\frac{b^2 (3 A c+b B)}{7 x^7}-\frac{A b^3}{9 x^9}-\frac{c^2 (A c+3 b B)}{3 x^3}-\frac{3 b c (A c+b B)}{5 x^5}-\frac{B c^3}{x} \]

[Out]

-(A*b^3)/(9*x^9) - (b^2*(b*B + 3*A*c))/(7*x^7) - (3*b*c*(b*B + A*c))/(5*x^5) - (c^2*(3*b*B + A*c))/(3*x^3) - (
B*c^3)/x

________________________________________________________________________________________

Rubi [A]  time = 0.0490503, antiderivative size = 73, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.083, Rules used = {1584, 448} \[ -\frac{b^2 (3 A c+b B)}{7 x^7}-\frac{A b^3}{9 x^9}-\frac{c^2 (A c+3 b B)}{3 x^3}-\frac{3 b c (A c+b B)}{5 x^5}-\frac{B c^3}{x} \]

Antiderivative was successfully verified.

[In]

Int[((A + B*x^2)*(b*x^2 + c*x^4)^3)/x^16,x]

[Out]

-(A*b^3)/(9*x^9) - (b^2*(b*B + 3*A*c))/(7*x^7) - (3*b*c*(b*B + A*c))/(5*x^5) - (c^2*(3*b*B + A*c))/(3*x^3) - (
B*c^3)/x

Rule 1584

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rule 448

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Int[ExpandI
ntegrand[(e*x)^m*(a + b*x^n)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, e, m, n}, x] && NeQ[b*c - a*d, 0] &
& IGtQ[p, 0] && IGtQ[q, 0]

Rubi steps

\begin{align*} \int \frac{\left (A+B x^2\right ) \left (b x^2+c x^4\right )^3}{x^{16}} \, dx &=\int \frac{\left (A+B x^2\right ) \left (b+c x^2\right )^3}{x^{10}} \, dx\\ &=\int \left (\frac{A b^3}{x^{10}}+\frac{b^2 (b B+3 A c)}{x^8}+\frac{3 b c (b B+A c)}{x^6}+\frac{c^2 (3 b B+A c)}{x^4}+\frac{B c^3}{x^2}\right ) \, dx\\ &=-\frac{A b^3}{9 x^9}-\frac{b^2 (b B+3 A c)}{7 x^7}-\frac{3 b c (b B+A c)}{5 x^5}-\frac{c^2 (3 b B+A c)}{3 x^3}-\frac{B c^3}{x}\\ \end{align*}

Mathematica [A]  time = 0.0277864, size = 73, normalized size = 1. \[ -\frac{b^2 (3 A c+b B)}{7 x^7}-\frac{A b^3}{9 x^9}-\frac{c^2 (A c+3 b B)}{3 x^3}-\frac{3 b c (A c+b B)}{5 x^5}-\frac{B c^3}{x} \]

Antiderivative was successfully verified.

[In]

Integrate[((A + B*x^2)*(b*x^2 + c*x^4)^3)/x^16,x]

[Out]

-(A*b^3)/(9*x^9) - (b^2*(b*B + 3*A*c))/(7*x^7) - (3*b*c*(b*B + A*c))/(5*x^5) - (c^2*(3*b*B + A*c))/(3*x^3) - (
B*c^3)/x

________________________________________________________________________________________

Maple [A]  time = 0.006, size = 66, normalized size = 0.9 \begin{align*} -{\frac{A{b}^{3}}{9\,{x}^{9}}}-{\frac{{b}^{2} \left ( 3\,Ac+Bb \right ) }{7\,{x}^{7}}}-{\frac{3\,bc \left ( Ac+Bb \right ) }{5\,{x}^{5}}}-{\frac{{c}^{2} \left ( Ac+3\,Bb \right ) }{3\,{x}^{3}}}-{\frac{B{c}^{3}}{x}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x^2+A)*(c*x^4+b*x^2)^3/x^16,x)

[Out]

-1/9*A*b^3/x^9-1/7*b^2*(3*A*c+B*b)/x^7-3/5*b*c*(A*c+B*b)/x^5-1/3*c^2*(A*c+3*B*b)/x^3-B*c^3/x

________________________________________________________________________________________

Maxima [A]  time = 1.19394, size = 101, normalized size = 1.38 \begin{align*} -\frac{315 \, B c^{3} x^{8} + 105 \,{\left (3 \, B b c^{2} + A c^{3}\right )} x^{6} + 189 \,{\left (B b^{2} c + A b c^{2}\right )} x^{4} + 35 \, A b^{3} + 45 \,{\left (B b^{3} + 3 \, A b^{2} c\right )} x^{2}}{315 \, x^{9}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)^3/x^16,x, algorithm="maxima")

[Out]

-1/315*(315*B*c^3*x^8 + 105*(3*B*b*c^2 + A*c^3)*x^6 + 189*(B*b^2*c + A*b*c^2)*x^4 + 35*A*b^3 + 45*(B*b^3 + 3*A
*b^2*c)*x^2)/x^9

________________________________________________________________________________________

Fricas [A]  time = 0.496981, size = 173, normalized size = 2.37 \begin{align*} -\frac{315 \, B c^{3} x^{8} + 105 \,{\left (3 \, B b c^{2} + A c^{3}\right )} x^{6} + 189 \,{\left (B b^{2} c + A b c^{2}\right )} x^{4} + 35 \, A b^{3} + 45 \,{\left (B b^{3} + 3 \, A b^{2} c\right )} x^{2}}{315 \, x^{9}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)^3/x^16,x, algorithm="fricas")

[Out]

-1/315*(315*B*c^3*x^8 + 105*(3*B*b*c^2 + A*c^3)*x^6 + 189*(B*b^2*c + A*b*c^2)*x^4 + 35*A*b^3 + 45*(B*b^3 + 3*A
*b^2*c)*x^2)/x^9

________________________________________________________________________________________

Sympy [A]  time = 2.69023, size = 80, normalized size = 1.1 \begin{align*} - \frac{35 A b^{3} + 315 B c^{3} x^{8} + x^{6} \left (105 A c^{3} + 315 B b c^{2}\right ) + x^{4} \left (189 A b c^{2} + 189 B b^{2} c\right ) + x^{2} \left (135 A b^{2} c + 45 B b^{3}\right )}{315 x^{9}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x**2+A)*(c*x**4+b*x**2)**3/x**16,x)

[Out]

-(35*A*b**3 + 315*B*c**3*x**8 + x**6*(105*A*c**3 + 315*B*b*c**2) + x**4*(189*A*b*c**2 + 189*B*b**2*c) + x**2*(
135*A*b**2*c + 45*B*b**3))/(315*x**9)

________________________________________________________________________________________

Giac [A]  time = 1.20664, size = 107, normalized size = 1.47 \begin{align*} -\frac{315 \, B c^{3} x^{8} + 315 \, B b c^{2} x^{6} + 105 \, A c^{3} x^{6} + 189 \, B b^{2} c x^{4} + 189 \, A b c^{2} x^{4} + 45 \, B b^{3} x^{2} + 135 \, A b^{2} c x^{2} + 35 \, A b^{3}}{315 \, x^{9}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)^3/x^16,x, algorithm="giac")

[Out]

-1/315*(315*B*c^3*x^8 + 315*B*b*c^2*x^6 + 105*A*c^3*x^6 + 189*B*b^2*c*x^4 + 189*A*b*c^2*x^4 + 45*B*b^3*x^2 + 1
35*A*b^2*c*x^2 + 35*A*b^3)/x^9